Skip to content

Instantly share code, notes, and snippets.

@Starraider
Starraider / vim_tips.md
Last active May 1, 2026 11:27
Tips & Tricks for Vim/NeoVim

Tips & Tricks for Vim/NeoVim

Keyboard Shortcuts

Be aware the following shortcuts are only working, if you have the plugins installed mentioned below.

In Command Mode:

:w              Save file

:w filename Save file under new filename

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@willurd
willurd / web-servers.md
Last active May 1, 2026 11:24
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
/*
* Copyright 2026 Kyriakos Georgiopoulos
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@dihlum
dihlum / guide.md
Created November 6, 2025 09:14
Изоляция Max в shelter

Shelter для обезвреживания Max'а

Изоляция злополучного мессенджера в рабочий профиль системы без доступа к данным.

Предисловие. В данном гайде используется система на английском языке, а прошивка близка к Pixel, по сути всё должно работать без нареканий везде, но гарантий нет. Если что мой юзернейм в телеграмме тот же что и ник на гитхабе, попробую помочь чем смогу в случае проблем.

Шаг 1.

Скачиваем shelter по ссылке https://f-droid.org/en/packages/net.typeblog.shelter/ (листаем до пункта Versions, там жмём Download APK 2.6 MiB), устанавливаем.

Шаг 2.

Открываем, жмём Next 4 раза и у нас открывается меню создания рабочего профиля вашей системы

@Tosainu
Tosainu / cute_AA.txt
Last active May 1, 2026 11:15
顔文字詰め合わせ
あせ (・_・;) 顔文字
あせ (・∀・;) 顔文字
あせ (^ω^;;) 顔文字
あせ (゚∀゚ ;) 顔文字
あせ (゚∀゚ ;)タラー 顔文字
あたふた ヽ(´・ω・`ヽ) 顔文字
あつい (。>﹏<) 顔文字
あつい (。>﹏<)あㄘ”ゅい 顔文字
あつい (>﹏<。Ξ。>﹏<) 顔文字
あつい ι(´Д`υ) 顔文字
@d-kja
d-kja / nikke-linux.md
Last active May 1, 2026 11:14
Installing NIKKE under Linux

Running NIKKE on Linux

This guide covers five methods for running NIKKE on Linux using Wine/Proton:

Path 1: DW Proton Path 2: Miniloader Path 3: Lutris Path 4: DW Launcher Path 5: Windows + Steam (Old - use DWProton with Steam instead)
Needs Windows No No No No Yes (initial install + every update)
Update process Updates through the launcher Updates through the launcher Updates through the launcher Updates through the launcher Re-download from Windows each time
Notes N/A Some updates might not work, so you will need to move update_files N/A N/A Avoid this path unless necessary, you don't need windows anymore, but you can use Steam just fine. Simply use Steam and DWProton, it just works.